From ea6ecc214cfad3bf9f2372503a24c745065e3a1e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 6 May 1993 18:42:47 +0000 Subject: [PATCH] Support *-sco3.2v4* as opsystem. --- configure1.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure1.in b/configure1.in index 1a3915b019d..db232e2f152 100755 --- a/configure1.in +++ b/configure1.in @@ -552,6 +552,7 @@ case "${configuration}" in *-isc* ) opsys=isc3-0 ;; *-esix* ) opsys=esix ;; *-xenix* ) opsys=xenix ;; + *-sco3.2v4* ) opsys=sco4 ;; ## Otherwise, we'll fall through to the generic opsys code at the bottom. esac ;; -- 2.30.2